home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / Fonts / FontManagerUser.h < prev    next >
Text File  |  2000-06-23  |  144b  |  13 lines

  1. // FontManagerUser.h
  2.  
  3. #ifndef FontManagerUser_h
  4. #define FontManagerUser_h
  5.  
  6. class FontManagerUser
  7.   {
  8.     public:
  9.         FontManagerUser();
  10.   };
  11.  
  12. #endif
  13.